Full email marketing platform for AI assistants — 32 MCP tools for campaigns, contacts, automations, A/B testing, AI subject line generation, multi-channel messaging (email + WhatsApp + push), deliverability monitoring, DMARC health checks, ecommerce revenue attribution, and advanced analytics.
Overview
MisarMail — Email Marketing MCP Server
Overview
MisarMail gives AI assistants full access to a professional email marketing platform. Send campaigns, manage contacts, build automations, run A/B tests, generate AI subject lines, send WhatsApp and push notifications, monitor deliverability, and access advanced analytics.
Version: 2.0.0 | Tools: 32 | Skills: 11 | Prompts: 5
Setup
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"headers": {
"Authorization": "Bearer msk_YOUR_API_KEY"
}
}
}
}
Get your API key at mail.misar.io/developers
Tools (32)
Email (5)
- email.list — List emails from inbox, sent, archive, or any folder
- email.read — Read full email content by ID
- email.send — Send transactional or marketing email (up to 100 recipients)
- email.reply — Reply to existing email thread
- email.archive — Move email to archive
Campaigns (4)
- campaign.list — List campaigns with status filtering
- campaign.get — Get campaign details and statistics
- campaign.create — Create draft campaign
- campaign.send — Send immediately or schedule
Contacts (3)
- contact.list — Search and filter contacts
- contact.add — Add new contact with tags
- contact.update — Update contact details or status
- contact.score — Get engagement score and churn risk
Automation (2)
- automation.list — List automation workflows
- automation.create — Create workflow with trigger config
A/B Testing (2)
- abtest.create — Create A/B test variant
- abtest.winner — Select winning variant
AI Content (1)
- ai.subject_lines — Generate AI subject line suggestions with predicted scores
Deliverability (3)
- dmarc.check — Check domain DMARC/SPF/DKIM health
- deliverability.audit — Run full deliverability audit
- warmup.get — Get IP warmup status
Multi-Channel (2)
- channel.whatsapp_send — Send WhatsApp message
- channel.push_send — Send web push notification
Revenue & Analytics (4)
- revenue.attribution — Ecommerce revenue attribution
- monetization.stats — Newsletter monetization stats
- analytics.get — Campaign analytics
- report.generate — Advanced analytics reports
Other (4)
- template.create — Create email template
- landing_page.create — Create landing page
- inbound.configure — Configure inbound email domain
- account.score — Deliverability score (0-100)
- key.list — List API keys
Authentication
- OAuth 2.0 (PKCE) via Smithery
- API Key: Authorization: Bearer msk_YOUR_KEY
Links
Server Config
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"headers": {
"Authorization": "Bearer msk_YOUR_API_KEY"
}
}
}
}